home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / program / 590 / altur112.doc < prev    next >
Encoding:
Text File  |  1992-01-10  |  854 b   |  29 lines

  1. ALTUR112.TTP plays the theme of the Alla Turka (aka "Turkish March"), the
  2. third movement of W.A. Mozart's Piano Sonata No. 11 in A major, KV 331. It
  3. ends when a key is pressed.
  4.  
  5. I got it in an earlier release (1.3) of Wolfram's Okami shell where it
  6. was autostarted from the profile. Following is the code to do so. No other
  7. documentation about this program was included.
  8.  
  9. Cornelius Caesar                                       January 9, 1992
  10.    cae@vnet.ibm.com (Internet)
  11.    Cornelius_Caesar@bb.maus.de (slow mailbox)   
  12.  
  13.  
  14. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  15.  
  16. # Okami-Shell - Profile
  17. # insert after the line 'unset TITPIC OMODE' in the original profile
  18.  
  19. # Let's start with some music
  20. MUSIC=altur112
  21. if [ $MUSIC -t b ]
  22. then
  23.   $MUSIC
  24. fi
  25. MUSIC=
  26.  
  27. # go on with other profile comands...
  28.  
  29.